home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / VBASIC / NWT2.ZIP / GLOBAL.BAS next >
Encoding:
BASIC Source File  |  1993-07-22  |  135 b   |  9 lines

  1. Global originalPreferredServer%
  2. Global alreadyAttached%
  3. Global serverName$
  4. Global password$
  5. Global userName$
  6. Global netPath$
  7.  
  8.  
  9.